projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2eea98
)
Blackfin: bf561-ezkit: drop redundant code
author
Mike Frysinger
<
[email protected]
>
Sun, 12 Oct 2008 00:42:17 +0000
(20:42 -0400)
committer
Mike Frysinger
<
[email protected]
>
Thu, 23 Oct 2008 09:03:51 +0000
(
05:03
-0400)
Common Blackfin code already announces CPU information.
Signed-off-by: Mike Frysinger <
[email protected]
>
board/bf561-ezkit/bf561-ezkit.c
patch
|
blob
|
history
diff --git
a/board/bf561-ezkit/bf561-ezkit.c
b/board/bf561-ezkit/bf561-ezkit.c
index a2258d2d8a2343b889b49b6412875af2af60a951..7f8598c71f8acbefe62df1f5d07826a6298129f4 100644
(file)
--- a/
board/bf561-ezkit/bf561-ezkit.c
+++ b/
board/bf561-ezkit/bf561-ezkit.c
@@
-1,8
+1,7
@@
/*
- * U-boot -
ezkit561.c
+ * U-boot -
main board file
*
- * Copyright (c) 2005 Bas Vermeulen <
[email protected]
>
- * Copyright (c) 2005-2007 Analog Devices Inc.
+ * Copyright (c) 2005-2008 Analog Devices Inc.
*
* (C) Copyright 2000-2004
* Wolfgang Denk, DENX Software Engineering,
[email protected]
.
@@
-33,7
+32,6
@@
DECLARE_GLOBAL_DATA_PTR;
int checkboard(void)
{
- printf("CPU: ADSP BF561\n");
printf("Board: ADI BF561 EZ-Kit Lite board\n");
printf(" Support: http://blackfin.uclinux.org/\n");
return 0;